home *** CD-ROM | disk | FTP | other *** search
- CHANGES IN HTMLDOC v1.8.14
-
- NEW FEATURES
-
- - Added support for 128-bit encryption.
- - Added support for GET form request data in the PHP and
- Java "portal" examples.
-
- CHANGES
-
- - Most output generation limits have been removed;
- HTMLDOC now dynamically allocates memory as needed for
- pages, images, headings, and links. This has the
- happy side-effect of reducing the initial memory
- footprint significantly.
- - Now call setlocale() when it is available to localize
- the date and time in the output.
- - The table parsing code now checks to see that a
- ROWSPAN attribute fits in the table; e.g., a ROWSPAN
- of 10 for a table that has only 6 rows remaining needs
- to be reduced to 6...
-
- BUG FIXES
-
- - Tables with a lot of COLSPANs could cause a divide-
- by-zero error or bad pages (NAN instead of a number.)
- - Table cells with a single render element would not be
- vertically aligned.
- - The --quiet option would enable progress messages on
- the command-line.
- - Table cell widths could be computed incorrectly,
- causing unnecessary wrapping.
- - The --path option disabled checking for the file
- with the original filename.
-
-